data-manipulation/regex

find data using regex in .NET

rule:
  meta:
    name: find data using regex in .NET
    namespace: data-manipulation/regex
    authors:
      - michael.hunhoff@mandiant.com
    scopes:
      static: function
      dynamic: call
  features:
    - or:
      - api: System.Text.RegularExpressions.Regex::Matches
      - api: System.Text.RegularExpressions.Regex::Match
      - api: System.Text.RegularExpressions.Regex::IsMatch
      - api: System.Text.RegularExpressions.Regex::EnumerateMatches
      - api: System.Text.RegularExpressions.Regex::Replace
      - api: System.Text.RegularExpressions.Regex::Split
      - api: System.Text.RegularExpressions.Regex::ctor

last edited: 2023-11-24 10:34:28